type net/http.connectMethod
11 uses
net/http (current package)
clientconn.go#L155: cm := connectMethod{
transport.go#L984: func (t *Transport) connectMethodForRequest(treq *transportRequest) (cm connectMethod, err error) {
transport.go#L996: func (cm *connectMethod) proxyAuth() string {
transport.go#L1330: cm connectMethod
transport.go#L1516: func (t *Transport) getConn(treq *transportRequest, cm connectMethod) (_ *persistConn, err error) {
transport.go#L1769: func (t *Transport) dialConn(ctx context.Context, cm connectMethod, isClientConn bool, internalStateHook func()) (pconn *persistConn, err error) {
transport.go#L2042: type connectMethod struct {
transport.go#L2053: func (cm *connectMethod) key() connectMethodKey {
transport.go#L2071: func (cm *connectMethod) scheme() string {
transport.go#L2079: func (cm *connectMethod) addr() string {
transport.go#L2088: func (cm *connectMethod) tlsHost() string {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |